
.btn-link, .text-primary, .page-link, input:focus~label, textarea:focus~label, a.text-primary:focus, a.text-primary:hover {
  color: #F46326 !important;
}

.BootstrapIconHover, .nice-select .option:hover{
  background-color: #F46326 !important;
  color: #fff !important;
}
 
.btn-primary, .page-item.active .page-link, .dropdown-item.active{
  background-color: #F46326 !important;
  border-color: #F46326 !important;
}


.btn-outline-primary {
  color: #F46326 !important;
  border-color: #F46326 !important;
  background-color: #fff !important;
  
}

.btn-outline-primary:hover:enabled{
  background-color: #F46326 !important;
  color: #fff !important;
  border-color: #fff !important;

}


/* Dropdown */
.nice-select {
  border: solid 1px #F46326;
}
.nice-select:after {
  border-bottom: 2px solid #F46326;
  border-right: 2px solid #F46326;
}


/* scrollbar */
.list::-webkit-scrollbar-thumb {
  background: #F46326;
  border-radius: 10px;
}
.nice-select .list {
  /* für Firefox*/
  scrollbar-width: thin;
  scrollbar-color: #F46326 #fff;
}

.bar:before,
.bar:after,
.control input:checked ~ .control_bar,
.control-radio .control_bar::before,
.control-checkbox .control_bar::before  {
    background: #F46326;
}

#content-top{
   background-color: #F1EFE9 !important; 
}
.nice-select:hover,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #F46326 !important;
}
#DivAktenzeichen h5, #DivOnlineAnhoerungTitel h5{
	color:  #F46326 !important;
}